type runtime.mLockProfile

6 uses

	runtime (current package)
		mprof.go#L715: type mLockProfile struct {
		mprof.go#L725: func (prof *mLockProfile) recordLock(cycles int64, l *mutex) {
		mprof.go#L772: func (prof *mLockProfile) recordUnlock(l *mutex) {
		mprof.go#L781: func (prof *mLockProfile) captureStack() {
		mprof.go#L825: func (prof *mLockProfile) store() {
		runtime2.go#L578: 	mLockProfile mLockProfile // fields relating to runtime.lock contention